From: Martin Rudalics Date: Sat, 6 Oct 2007 09:56:29 +0000 (+0000) Subject: (syms_of_xdisp): In doc-string of mouse-autoselect-window X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18855^2~1338 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f89549388da41e791ba7bf20a5a0ac0eed6e28fb;p=emacs.git (syms_of_xdisp): In doc-string of mouse-autoselect-window mention focus-follows-mouse. --- diff --git a/src/xdisp.c b/src/xdisp.c index ab4263fd83c..451d953ce09 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -24144,7 +24144,10 @@ Any other value means to autoselect window instantaneously when the mouse pointer enters it. Autoselection selects the minibuffer only if it is active, and never -unselects the minibuffer if it is active. */); +unselects the minibuffer if it is active. + +When customizing this variable make sure that the actual value of +`focus-follows-mouse' matches the behavior of your window manager. */); Vmouse_autoselect_window = Qnil; DEFVAR_LISP ("auto-resize-tool-bars", &Vauto_resize_tool_bars,